home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / Data access / DOM / DataAccess.css < prev    next >
Cascading Style Sheet File  |  2003-12-04  |  1KB  |  74 lines

  1. BODY
  2. {
  3.     color:                 #555753;
  4.     font-family:        georgia;
  5.     font-size:          12pt/20pt;
  6.     background:         ivory url("wrinkls.jpg") repeat;
  7.     margin:             0px;
  8.     padding:             5px;
  9. }
  10.  
  11. BUTTON
  12. {
  13.     background-color:   ivory;
  14.     width:              200px;
  15.     margin:             0px;
  16. }
  17.  
  18. #headOutput
  19. {
  20.     font:                 italic normal 125% georgia;
  21.     letter-spacing:     1px;
  22.     margin-bottom:         0px;
  23.     color:                 #7D775C;
  24. }
  25.  
  26. #divOutput
  27. {
  28.     border:             2px inset;
  29.     overflow:             scroll;
  30.     width:                 100%;
  31.     height:             expression(parentElement.clientHeight - offsetTop - 25);
  32.     background:         ivory repeat;
  33. }
  34.  
  35. #creator
  36. {
  37.     font-size:             10pt;
  38.     margin:             0px
  39. }
  40.  
  41. #tblQuery
  42. {
  43.     table-layout:         fixed;
  44. }
  45.  
  46. #tblQuery TH
  47. {
  48.     background-color:   #99CC33;
  49.     min-width:            20ex;
  50. }
  51.  
  52. #tblQuery TD
  53. {
  54.     background-color:   #00FF99;
  55.     padding:            2px 5px 2px 5px;
  56.     min-width:            20ex;
  57. }
  58.  
  59. #tblQuery .nullValue
  60. {
  61.     color:                red;
  62. }
  63.  
  64. #tblQuery .blobValue
  65. {
  66.     color:                red;
  67. }
  68.  
  69. #selectTables
  70. {
  71.     width:                50ex;
  72. }
  73.  
  74.